$: n("0 - 2 - 4 - 7 -").scale("C:minor").gain(.25)
.clip(2).s("gm_pan_flute")
$: note("- e5 f5 -").sound("piano").gain(.1)
$: n("- - [1] - [2] - [7] -").scale("C:minor").sound("gm_drawbar_organ").gain(.25)
.sound("gm_blown_bottle").gain(.5)
$: n("0 2 4 7").scale("C:minor")
.clip(2).s("gm_pan_flute")
$: note("- e5 <f5 eb3> -").sound("piano")
$: n("- - [1] [2] [7]").scale("C:minor").sound("gm_drawbar_organ")
.sound("gm_blown_bottle")
$: n("- - - - - - - - 0 3 5 <8 5b>").scale("C:minor").sound("gm_english_horn").gain(.5)
$: note("g1 bb1 <c2*2 eb2> d2").sound("gm_pizzicato_strings").lpf(400).lpenv(4).scope()
$: note("<c3/3 c1>").sound("gm_breath_noise").gain(3)
$: note("c3/2 - - - - - - - - - - - <c3/1*2 -> - - - -") .sound("brown")
$: note("c3/3 - - - -  <c3/2*2 -> - - - - - - <c3/4*2 -> - - - -") .sound("pink")
$: note("c3/2 - - - -  <c3/1*2 -> - - - - - - <c3/1*2 -> - - - -") .sound("crackle").gain(1.5)
$: n("1 2b 3 4 5 6 7 8").scale("C:minor").sound("gm_pad_new_age").gain(.1)